home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / g_doom / cinema.zip / START.BAT < prev   
DOS Batch File  |  1996-08-13  |  578b  |  17 lines

  1. @echo off
  2. echo.         ***************************************
  3. echo.         *           CINEMA v.1.0              *
  4. echo.         *                                     *
  5. echo.         * By: Jonathan Daughtrey              *
  6. echo.         ***************************************
  7. echo.
  8. If not exist Cinema.exe goto Error_1
  9. If not exist Cinema.wad goto Error_1
  10. If not exist Cingrfx.wad goto Error_1
  11. If not exist Cinsound.wad goto Error_1
  12. Cinema.exe -file cinema.wad cingrfx.wad cinsound.wad
  13. goto End
  14. :Error_1
  15. echo. You wanna play, you gotta install!
  16. Goto End
  17. :End